home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / FROMUTS / UNIXLIB37B / test_c_prtest < prev    next >
Encoding:
Text File  |  1992-02-09  |  113 b   |  8 lines

  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("Hello: "); (void)getchar();
  6. fputs("World: ",stdout); (void)getchar();
  7. }
  8.